get Template
Retrieves the currently active template that is scheduled and rendering on the player.
A Template typically defines the layout, content zones, and overall presentation structure being displayed. If no template is currently scheduled or active (e.g., during startup, or if the schedule is empty for the current time), this method will return null.
This method can be used to:
- Inspect the properties of the currently running template (e.g., name, ID).
- Access information about the content or zones defined within the active template.
- Make decisions based on the current presentation context.
Return
The currently active Template object, or null if no template is currently scheduled or rendering.
See also
// Crucial: Assumes a Template interface/class exists and is well-documented
For information about the overall schedule.
For receiving notifications about template changes.